home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / scrollkeeper.postinst < prev    next >
Encoding:
Text File  |  2007-03-09  |  627 b   |  21 lines

  1. #! /bin/sh -e
  2.  
  3. # Automatically added by dh_installxmlcatalogs
  4. if [ "$1" = "configure" ]; then
  5.     update-xmlcatalog --add --type uri --id "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/" --package scrollkeeper --local /usr/share/xml/scrollkeeper/dtds/catalog.xml
  6.  
  7.     update-xmlcatalog --add --type uri --id "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/" --package scrollkeeper --root
  8.  
  9. fi
  10. # End automatically added section
  11.  
  12.  
  13. touch /usr/share/scrollkeeper/configured
  14.  
  15. if [ "$1" = "configure" ]; then
  16.  printf "Rebuilding the database. This may take some time.\n"
  17.  scrollkeeper-rebuilddb -q
  18. fi
  19.  
  20. exit 0
  21.